@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-Bold.eot');
    src: url('ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('ACaslonPro-Bold.woff2') format('woff2'),
        url('ACaslonPro-Bold.woff') format('woff'),
        url('ACaslonPro-Bold.ttf') format('truetype'),
        url('ACaslonPro-Bold.svg#ACaslonPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN 2014";
    src: url("din2014-regular.eot"); /* IE9*/
    src: url("din2014-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("din2014-regular.woff2") format("woff2"), /* chrome firefox */
    url("din2014-regular.woff") format("woff"), /* chrome firefox */
    url("din2014-regular.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("din2014-regular.svg#DIN 2014") format("svg"); /* iOS 4.1- */
}